home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / alib12 / ex02.exe / WYSE.H < prev    next >
Text File  |  1991-07-08  |  365b  |  17 lines

  1. /* Routine definitions. */
  2. void clear_wyse_screen(int);
  3. void initialize_testing(int);
  4. char new_char(void);
  5. void test_protected_mode(int);
  6. void test_scr_attribs(int);
  7. void test_scr_loc(int, int, int);
  8. void test_scr_print(int, int, int);
  9.  
  10. /* Define statements. */
  11. #define ESC_CODE "\x1b"
  12.  
  13. #ifndef GLOBAL
  14. extern int long_version;
  15. #endif
  16.  
  17. #undef GLOBAL